w32console.c (sys_tputs): Adjust argument list to prototype in term.c.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Jul 2010 07:49:55 +0000 (10:49 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Jul 2010 07:49:55 +0000 (10:49 +0300)
src/ChangeLog
src/w32console.c

index 3b22faefc5a774722b030bc19c358ea4b2bd34ce..85f35660ce66d478d89612ac380fbb7f251ee9ce 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32console.c (sys_tputs): Adjust argument list to prototype in
+       term.c.
+
 2010-07-03  Juanma Barranquero  <lekktu@gmail.com>
 
        * lisp.h (memory_warnings): Fix prototype.
index 34715ccfd52f22ce144e4940a29b0fb0ce9ce716..83c7430f6dc2d5521a5d4e16c3bd3adb2a018637 100644 (file)
@@ -492,7 +492,7 @@ w32con_set_terminal_window (struct frame *f, int size)
  ***********************************************************************/
 
 void
-sys_tputs (char *str, int nlines, int (*outfun)())
+sys_tputs (char *str, int nlines, int (*outfun)(int))
 {
 }